DomainObjects Class Library

InsertByQuery<InsertIntoClass,SelectFromClass>.Top Property

Gets or sets the number of rows that will be returned from the query result set.

public UInt32 Top {get; set;}

Property Value

The number of rows that will be returned from the query result set.

Implements

IQuery.

See Also

InsertByQuery<InsertIntoClass,SelectFromClass> Class | DomainObjects.Facade.Command Namespace